crypto/tls.clientHandshakeStateTLS13.masterSecret (field)
6 uses
crypto/tls (current package)
handshake_client_tls13.go#L38: masterSecret *tls13.MasterSecret
handshake_client_tls13.go#L517: hs.masterSecret = handshakeSecret.MasterSecret()
handshake_client_tls13.go#L712: hs.trafficSecret = hs.masterSecret.ClientApplicationTrafficSecret(hs.transcript)
handshake_client_tls13.go#L713: serverSecret := hs.masterSecret.ServerApplicationTrafficSecret(hs.transcript)
handshake_client_tls13.go#L729: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
handshake_client_tls13.go#L822: c.resumptionSecret = hs.masterSecret.ResumptionMasterSecret(hs.transcript)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |